org.eclipse.vtp.desktop.editors.core.elements.properties
Class SubdialogPropertiesPanel.OutputValueDialog

java.lang.Object
  extended by org.eclipse.jface.window.Window
      extended by org.eclipse.vtp.desktop.core.dialogs.FramedDialog
          extended by org.eclipse.vtp.desktop.editors.core.elements.properties.SubdialogPropertiesPanel.OutputValueDialog
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider
Enclosing class:
SubdialogPropertiesPanel

public class SubdialogPropertiesPanel.OutputValueDialog
extends FramedDialog


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class org.eclipse.jface.window.Window
CANCEL, OK
 
Constructor Summary
SubdialogPropertiesPanel.OutputValueDialog(org.eclipse.swt.widgets.Shell shell)
           
 
Method Summary
 void cancelPressed()
           
protected  void createButtonBar(org.eclipse.swt.widgets.Composite parent)
           
protected  void createDialogContents(org.eclipse.swt.widgets.Composite parent)
           
 void okPressed()
           
 void setValue(SubdialogInformationProvider.SubdialogOutput value)
           
 void updateValue()
           
 
Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.FramedDialog
create, createContents, createSideBar, getFrameColor, getParentShell, getSideBarColor, getSideBarControl, getSideBarSize, getTitle, setFrameColor, setSideBarColor, setSideBarControl, setSideBarSize, setTitle
 
Methods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, close, configureShell, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getInitialLocation, getInitialSize, getLayout, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, initializeBounds, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubdialogPropertiesPanel.OutputValueDialog

public SubdialogPropertiesPanel.OutputValueDialog(org.eclipse.swt.widgets.Shell shell)
Parameters:
shellProvider -
Method Detail

setValue

public void setValue(SubdialogInformationProvider.SubdialogOutput value)

updateValue

public void updateValue()

createButtonBar

protected void createButtonBar(org.eclipse.swt.widgets.Composite parent)
Overrides:
createButtonBar in class FramedDialog

okPressed

public void okPressed()

cancelPressed

public void cancelPressed()

createDialogContents

protected void createDialogContents(org.eclipse.swt.widgets.Composite parent)
Overrides:
createDialogContents in class FramedDialog